type crypto/tls.activeCert
8 uses
crypto/tls (current package)
cache.go#L47: type activeCert struct {
cache.go#L60: func (cc *certCache) active(e *cacheEntry) *activeCert {
cache.go#L62: a := &activeCert{e.cert}
cache.go#L63: runtime.SetFinalizer(a, func(_ *activeCert) {
cache.go#L80: func (cc *certCache) newCert(der []byte) (*activeCert, error) {
conn.go#L56: activeCertHandles []*activeCert
handshake_client.go#L962: activeHandles := make([]*activeCert, len(certificates))
ticket.go#L90: activeCertHandles []*activeCert
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |